Skip to content

ts 注释修正#839

Merged
CodFrm merged 2 commits into
scriptscat:mainfrom
cyfung1031:ts-fix-1014
Oct 14, 2025
Merged

ts 注释修正#839
CodFrm merged 2 commits into
scriptscat:mainfrom
cyfung1031:ts-fix-1014

Conversation

@cyfung1031

Copy link
Copy Markdown
Collaborator

概述

变更内容

截图

Comment thread src/app/service/service_worker/types.ts Outdated
id?: number | string; // 用于菜单修改及删除 (GM API)
accessKey?: string; // GM/TM 共通参数
autoClose?: boolean; // SC特有配置,默认为 true,false 时点击后不关闭弹出菜单页面
accessKey?: string; // 基本参数

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
accessKey?: string; // 基本参数
accessKey?: string; // 菜单快捷键

Comment thread src/app/service/service_worker/types.ts Outdated
export type SWScriptMenuItemOption = {
accessKey?: string; // GM/TM 共通参数
autoClose?: boolean; // SC特有配置,默认为 true,false 时点击后不关闭弹出菜单页面
accessKey?: string; // 基本参数

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
accessKey?: string; // 基本参数
accessKey?: string; // 菜单快捷键

@CodFrm CodFrm merged commit 6b575ca into scriptscat:main Oct 14, 2025
1 of 2 checks passed
@cyfung1031 cyfung1031 deleted the ts-fix-1014 branch October 18, 2025 02:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants